Add missing colons
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Mar 2010 02:34:17 +0000 (21:34 -0500)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:07 +0000 (20:59 -0400)
gtk/gtkdnd.c

index c64ec619014ea692ccc6c98fdc5e5d89c0fd43d4..491555d5040c0e1fa60c44f453b139d2f1632df2 100644 (file)
@@ -1216,7 +1216,7 @@ gtk_drag_dest_set_internal (GtkWidget       *widget,
  * gtk_drag_dest_set:
  * @widget: a #GtkWidget
  * @flags: which types of default drag behavior to use
- * @targets (allow-none): a pointer to an array of #GtkTargetEntry<!-- -->s
+ * @targets: (allow-none): a pointer to an array of #GtkTargetEntry<!-- -->s
  *     indicating the drop types that this @widget will accept, or %NULL.
  *     Later you can access the list with gtk_drag_dest_get_target_list()
  *     and gtk_drag_dest_find_target().
@@ -2583,7 +2583,7 @@ gtk_drag_begin (GtkWidget         *widget,
  * gtk_drag_source_set:
  * @widget: a #GtkWidget
  * @start_button_mask: the bitmask of buttons that can start the drag
- * @targets (allow-none): the table of targets that the drag will support,
+ * @targets: (allow-none): the table of targets that the drag will support,
  *     may be %NULL
  * @n_targets: the number of items in @targets
  * @actions: the bitmask of possible actions for a drag from this widget